.nieuws img {
	margin:0;
}
div#searchresults hr {
	margin: 5px 0;
}
div#searchresults hr.title {
	margin: -10px 0 10px;
}
.content div#searchresults ul li {
	background: none;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.float-none {
	clear:both;
}
.size-medium {
	width:50%;
	clear:both;
	overflow:auto;
}
.size-large {
	width:100%;
	clear:both;
}
ol {
	 list-style: decimal outside none;
	 margin: 0 0 20px 15px;
}

hr.white {
	height:2px;
	visibility:hidden;
}
.content img {
	width:100%;
}

#directionsPanel img {
	width: inherit;
}
#routeForm label {
	display:inline-block;
	width:50px;
}
#routeForm .submit {
	margin: 20px 0 10px 50px;
}

.no-bottommargin {
	margin-bottom: 0;
}

.submenu li{
	background:none;
}

.none td:first, none th:first {
	padding: 2px 4px 2px 0;
}
.none td, none th {
	padding: 2px 4px 2px 0;
}
.none th {
	font-weight:bold;
}
.none td p,.none th p {
	margin:0;
	word-wrap: break-word;
}

table {
	border-collapse:collapse;
	margin-bottom:15px;
	table-layout:fixed;
}

.content .play {
	background-image:url(../img/play.png);
	background-repeat:no-repeat;
	background-position:center center;
	height: 100%;
	min-width:60px;
	min-height:60px;
	z-index: 1;
}
.col_left .item_block {
	position: relative;
	margin-right: 39px !important;
}

.col_left .item_block.n1{
	margin-right: 0 !important;
}
.none-bottommargin {
	margin-bottom: 0 !important;
}
ul {
	margin-bottom:20px;
}

.links a.selected {
    color: #999999;
}
.button {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 5px 5px 5px 0;
}
.button a {
	text-decoration: none !important;
}
.bold {
	font-weight: bold;
}
form{
    width: 350px;
}
.default input {
    width: 200px;
    margin-bottom:5px;
    display:inline-block;
    border: 1px solid #606060;
}
.default label{
    padding-right:15px;
    width:100px;
    display:inline-block;
    vertical-align:top;
}
.default textarea{
    margin-bottom:5px;
    display:inline-block;
    width:196px;
    font-family: arial, helvetica, sans-serif;
    border: 1px solid #606060;
}
.error, .success{
    display:none;
}
input.error{
    border: 1px solid red;
}
textarea.error{
    border: 1px solid red;
}